On Fri, Oct 9, 2009 at 18:14, walido <[email protected]> wrote: > > > HI, > > I have almost the same problem i'm using HSQL as database, i have edited my > start_xwiki.bat and now i have : set JAVA_OPTS=-Xmx1024m > > but i still have this problem of : Java Heap Space Out Of Memory Exception > !, actionally i want to upload a lot of files up there (1,03 Go) i don't > know if it's possible
You definitely can't do that. The default configuration for HSQL is to use in-memory tables. All that data can't fit in the memory you've configured. You'd have to switch to a different database. > and i can't find max_upload_size in XWiki preferences > > thanks for helping me i'm really stucked on this one -- http://purl.org/net/sergiu _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
