-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maximum Upload Size Exceeded in Standalone Version #20
Comments
Hi @davisidarta! It's always great to hear that people find Cerebro useful. That's exactly what I made it for :) Fixing the issue you describe should be pretty straight-forward. What you need to do is the following: Navigate to the directory where Cerebro is installed, and from there to Please let me know if this worked for you. In the future, I'll probably increase the limit or remove it completely, maybe just add a warning instead. |
@romanhaa That solved it! Thank you lots :) |
Hi @davisidarta On top of @romanhaa's hint I also had to change limits on the server where I'm hosting Cerebro. In my case changing the server's maximum HTTP request size allowance solved the issue. Best |
Hey @romanhaa
First of all: THANK YOU for this amazing tool! I use Cerebro on a everyday basis and my non-bioinformatician colleagues love it for exploring results I share. I'm also sharing Cerebro objects for our new article submissions :)
I'm opening this issue because of a minor issue when using Cerebro on a Windows machine. Similarly to Cerebro implementation in R, an error message appears when trying to upload large files to Cerebro, stating 'Maximum Upload Size Exceeded'.
When I use Cerebro within R, I can easily bypass this by setting
MaxFileSize
to a larger value. However, I couldn't figure out how to do this when using a Windows standalone version (which I requested to be installed on my lab study room computer). Is there any way to set this value when using Cerebro in the standalone version?The text was updated successfully, but these errors were encountered: