[DAEMON-136] appcd: Invalid --max_old_space_size value on startup
GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-11-14T15:04:19.000+0000 |
Affected Version/s | Appc Daemon 1.0.0 |
Fix Version/s | Appc Daemon 1.0.0 |
Components | appcd, appcd-nodejs |
Labels | n/a |
Reporter | Ewan Harris |
Assignee | Ewan Harris |
Created | 2017-11-14T12:06:39.000+0000 |
Updated | 2017-11-14T15:04:19.000+0000 |
Description
Description
Setting up the daemon on an additional machine (64-bit Windows, 4GB RAM), the daemon silently exits on start with Error illegal value for flag --max_old_space_size=2105.5 of type int
, we should do a Math.round on the value when adding it to the flag
Comments
JSON Source
https://github.com/appcelerator/appc-daemon/pull/137