> These are simulated malloc() failures.  They are important for embedded  
> devices (which tend to run out of memory) but not so much on Solaris.   
> When was the last time you remember that malloc() really failed on a  
> workstation or a server? 
 
It's very easy to cause malloc failure on 32 bit desktop computer. Especially 
using sqlite configured to use about 800M cache inside jvm with large -Xmx. 
Unfortunaltelly jvm crashes after a malloc failure. Sqlite usually simply 
returns "out of memory" however I'v experienced several crashes caused by 
sqlite (I'm using old version, problems I'v seen were already corrected long 
time ago). 

-----------------------------------------------------------------------
Promocja w Speak Up. Kwartal angielskiego za darmo. 
3 miesiace nauki gratis. Sprawdz teraz! >> http://link.interia.pl/f2019

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to