Post AZGIPBiAGmMImFbQUC by donald_brady@mastodon.social
(DIR) More posts by donald_brady@mastodon.social
(DIR) Post #AZGIPAR70h7kp4cIGe by robby@zoinks.one
2023-08-30T11:19:13.443620Z
0 likes, 0 repeats
this is what real AI looks like#org #orgroam #emacs
(DIR) Post #AZGIPBiAGmMImFbQUC by donald_brady@mastodon.social
2023-08-30T13:27:12Z
0 likes, 0 repeats
@robby how many files do you have? I get an error saying too many files open when over 1K files. Both on WSL and native on Fedora, emacs 29. Had to cut down on files as can't seem to resolve.
(DIR) Post #AZGIPCHc8yiOYCBjk0 by robby@zoinks.one
2023-08-30T11:21:28.394298Z
0 likes, 0 repeats
I’m pretty proud that I have this much in my org-roam already. I only started about 3 months ago, but I actually use it to look stuff up all the time, and sometimes I’m surprised to find what I’m looking for :D
(DIR) Post #AZGIPCg4g2HTm3dGro by niclas@angrytoday.com
2023-08-30T16:27:54Z
0 likes, 0 repeats
@donald_brady On Linux there is a system limit on max number of file handles per process. That can be increased to whatever you need. I have had applications using >20,000 open files (many being network connections).Search the net for "set the ulimit"@robby
(DIR) Post #AZGIlFDzt54M2q0eOG by robby@zoinks.one
2023-08-30T16:29:54.180681Z
0 likes, 0 repeats
@niclas @donald_brady I don't find it likely that this is the limit they're running into. org-roam indexes the files in a sqlite database, so to do things like querying you only actually access one file, rather than (potentially) thousands.
(DIR) Post #AZGIlGA8OvZcx9D50a by niclas@angrytoday.com
2023-08-30T16:31:54Z
0 likes, 0 repeats
@robby Worth a try, because file handles has a tendency to explode in numbers.@donald_brady