Hello Riccardo, On 05/06/18 21:53, Riccardo Mottola wrote: > Hi, > > after 6.3 upgade (with associated packages) I experience very frequent > crashes of the SeaMonkey browser. > I checked RAM consumption and it crashes even if it is not very hight, around > 400MB, for example. > > I tried starting it from a terminal and see this message after a crash: > > seamonkey: Fatal IO error 12 (Cannot allocate memory) on X server :0.
You can try to extend your data area size via ulimit -d. See ksh(1) for more information. Don't forget to start SeaMonkey via that same shell as well, changing the data area only works for child- programs, not the entire X login session. If this works for you you can increase the limit permanent via /etc/login.conf (which will increase the limit for all applications) or by creating a wrapper-script which will increase the limit before executing SeaMonkey. Hope this helps. > > Is it a bug perhaps_ or some limit i can extend? > > I tried FireFox and it seems a little bit better: strange though, because > usually it is has always been the other way and I am a long-time seamonkey > fan. > > Riccardo > martijn@