Skip to content

Commit

Permalink
Add tip on optimizing cpu usage (#4104)
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiNano authored Feb 7, 2023
1 parent e4b39f7 commit baddb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/node/daemonconfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nano::error nano::daemon_config::serialize_toml (nano::tomlconfig & toml)

nano::tomlconfig opencl_l;
opencl.serialize_toml (opencl_l);
opencl_l.doc ("enable", "Enable or disable OpenCL work generation\ntype:bool");
opencl_l.doc ("enable", "Enable or disable OpenCL work generation\nIf enabled, consider freeing up CPU resources by setting [work_threads] to zero\ntype:bool");
opencl_l.put ("enable", opencl_enable);
toml.put_child ("opencl", opencl_l);

Expand Down

0 comments on commit baddb06

Please sign in to comment.