View Issue Details

IDProjectCategoryView StatusLast Update
0000506Composr[All Projects] General / Uncategorisedpublic2012-05-26 18:21
ReporterChris GrahamAssigned ToChris Graham 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0000506: No way to override inbuilt memory limit
DescriptionComposr impsoes a 64MB memory limit, and only raises it in a very small number of hard-coded situations. If you really want to display huge numbers of results on a screen this poses a problem.

Add new hidden value that can be set in Commandr using:
[code]
:set_value('memory_limit','256M');
[/code]
for example.

And document in Code Book:
" memory_limit - set this to a memory limit to override Composr's built in one (e.g. "128M"). This will make memory bugs on your server more dangerous, so use at your own risk (a memory usage problem can take down a whole server) - although memory bugs are unlikely given that Composr users report if they ever see this error."
TagsNo tags attached.
Time estimation (hours)
Sponsorship open

Activities

Chris Graham

2012-05-26 18:21

administrator   ~0000536

Fixed in git commit 816cbfb (https://github.com/chrisgraham/Composr/commit/816cbfb)

A hotfix (a TAR of files to upload) have been uploaded to this issue. These files are made to the latest intra-version state (i.e. may roll in earlier fixes too if made to the same files) - so only upload files newer than what you have already. Always take backups of files you are replacing, and only apply fixes you need. These hotfixes are not necessarily reliable or well supported.

hotfix-506, 2012-05-26 7pm.tar (81,920 bytes)

Issue History

Date Modified Username Field Change
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised