Skip to content

Commit

Permalink
read limits from json as double
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Apr 13, 2014
1 parent d0b173e commit cb0b00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/core/r_util/RSessionLaunchProfile.cpp
Expand Up @@ -92,7 +92,7 @@ SessionLaunchProfile sessionLaunchProfileFromJson(
std::string stdInput;
int stdStreamBehavior = 0;
int priority = 0;
RLimitType memoryLimitBytes, stackLimitBytes, userProcessesLimit,
double memoryLimitBytes, stackLimitBytes, userProcessesLimit,
cpuLimit, niceLimit;
error = json::readObject(configJson,
"args", &argsJson,
Expand Down

0 comments on commit cb0b00e

Please sign in to comment.