Changeset 2241 in ProjectBuilder for devel/pb/bin
- Timestamp:
- Aug 2, 2017, 6:16:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r2239 r2241 831 831 if ($@) { 832 832 # Sys::CPU not found, defaulting to 1 833 pb_log(1,"ADVISE: Install Sys::CPU to benefit from automatic parallelism optimization.\nOr use pbparallel in your pb. ymlfile\nOnly 1 process at a time for the moment\n");833 pb_log(1,"ADVISE: Install Sys::CPU to benefit from automatic parallelism optimization.\nOr use pbparallel in your pb.conf file\nOnly 1 process at a time for the moment\n"); 834 834 $pbparallel = 1; 835 835 } else { … … 4906 4906 if ($@) { 4907 4907 # Linux::SysInfo not found 4908 pb_log(1,"ADVISE: Install Linux::SysInfo to benefit from automatic parallelism optimization.\nOr optimize manually pbparallel in your pb. ymlfile\nUsing $pbparallel processes max at a time for the moment\nWARNING: This may consume too much memory for your system\n");4908 pb_log(1,"ADVISE: Install Linux::SysInfo to benefit from automatic parallelism optimization.\nOr optimize manually pbparallel in your pb.conf file\nUsing $pbparallel processes max at a time for the moment\nWARNING: This may consume too much memory for your system\n"); 4909 4909 } else { 4910 4910 # Using the memory size 4911 4911 my $si = Linux::SysInfo::sysinfo(); 4912 4912 if (not defined $si) { 4913 pb_log(1,"ADVISE: Install Linux::SysInfo to benefit from automatic parallelism optimization.\nOr optimize manually pbparallel in your pb. ymlfile\nUsing $pbparallel processes max at a time for the moment\nWARNING: This may consume too much memory for your system\n");4913 pb_log(1,"ADVISE: Install Linux::SysInfo to benefit from automatic parallelism optimization.\nOr optimize manually pbparallel in your pb.conf file\nUsing $pbparallel processes max at a time for the moment\nWARNING: This may consume too much memory for your system\n"); 4914 4914 } else { 4915 4915 # Keep the number of VM whose memory can be allocated
Note:
See TracChangeset
for help on using the changeset viewer.