[xwiki-users] limit of around 10Mb for attached files

2010-09-26 Thread Gerritjan Koekkoek
I'm trying to Import a backup of around 45 MB in a test environment of Xwiki It fails after clicking UPLOAD;I'm getting a message: XWiki has a default limit of around 10Mb for attached files. This limit can be changed using the upload_maxsize parameter. Check the FAQ for more information. I'm

Re: [xwiki-users] limit of around 10Mb for attached files

2010-09-26 Thread Caleb James DeLisle
Try going to yourwiki.com/xwiki/bin/edit/XWiki/XWikiPreferences?editor=object and then expand the Objects of type XWiki.XWikiPreferences (1) section, then find where it says: Maximum Upload Size That number is a number of bytes, I usually just make it really huge. Caleb Gerritjan Koekkoek wrote:

Re: [xwiki-users] limit of around 10Mb for attached files

2010-09-26 Thread Gerritjan Koekkoek
Thx for the help, but I already did that, do you think 2 is big enough? Op 26 sep 2010, om 18:06 heeft Caleb James DeLisle het volgende geschreven: Try going to yourwiki.com/xwiki/bin/edit/XWiki/XWikiPreferences?editor=object and then expand the Objects of type XWiki.XWikiPreferences (1)

Re: [xwiki-users] limit of around 10Mb for attached files

2010-09-26 Thread Caleb James DeLisle
200 megabytes (2) should be enough. There is another problem with memory exhaustion but usually you don't get the XWiki has a default limit of around 10Mb message when that happens. Just out of curiosity, what is your -Xmx set to? Caleb Gerritjan Koekkoek wrote: Thx for the help, but

Re: [xwiki-users] limit of around 10Mb for attached files

2010-09-26 Thread Gerritjan Koekkoek
What is -Xmx? something of XWiki, Tomcat or mySql? Op 26 sep 2010, om 21:24 heeft Caleb James DeLisle het volgende geschreven: 200 megabytes (2) should be enough. There is another problem with memory exhaustion but usually you don't get the XWiki has a default limit of around 10Mb

Re: [xwiki-users] limit of around 10Mb for attached files

2010-09-26 Thread Caleb James DeLisle
When you start tomcat, it's a flag passed to java. If you run out of memory, you can increase that number. If the flag is not specified then I think it's 128MB by default. Gerritjan Koekkoek wrote: What is -Xmx? something of XWiki, Tomcat or mySql? Op 26 sep 2010, om 21:24 heeft Caleb James