Print at Dec 16, 2025, 3:53:33 AM

Posted by ts101 at Dec 8, 2024, 6:52:11 PM
Re: SweetHome3D crash on start with Ubuntu 24.10 : library initialization failed - unable to allocate file descriptor table - out of memoryAbandon (core dumped)
In case anyone else stumbles upon this:

A workaround (?) for this problem is to manually set the "ulimit" to a number that works, e.g. open a shell run
ulimit -n 10000

and then start SH3D from this shell.

Now, I have absolutely no clue of java and have no idea if it does anything else, so use on your own risk.

That said, it seems to only affect the shell it is run in as in another shell, when I run
ulimit -n

it still returns "1024", as was the case in the shell I tried running SH3D from when it did give the error from the post above.