Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request ethereum-mining#196 from kav2k/cleanup-memory-option
Browse files Browse the repository at this point in the history
Remove help entry for --cuda-extragpu-mem
  • Loading branch information
chfast authored Jul 23, 2017
2 parents 7544ba0 + a6fcc85 commit d0e5823
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ethminer/MinerAux.h
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,6 @@ class MinerCLI
<< " --cl-global-work Set the OpenCL global work size as a multiple of the local work size. Default is " << CLMiner::c_defaultGlobalWorkSizeMultiplier << " * " << CLMiner::c_defaultLocalWorkSize << endl
#endif
#if ETH_ETHASHCUDA
<< " --cuda-extragpu-mem Set the memory (in MB) you believe your GPU requires for stuff other than mining. Windows rendering e.t.c.." << endl
<< " --cuda-block-size Set the CUDA block work size. Default is " << toString(ethash_cuda_miner::c_defaultBlockSize) << endl
<< " --cuda-grid-size Set the CUDA grid size. Default is " << toString(ethash_cuda_miner::c_defaultGridSize) << endl
<< " --cuda-streams Set the number of CUDA streams. Default is " << toString(ethash_cuda_miner::c_defaultNumStreams) << endl
Expand Down Expand Up @@ -995,7 +994,6 @@ class MinerCLI
unsigned m_numStreams = ethash_cuda_miner::c_defaultNumStreams;
unsigned m_cudaSchedule = 4; // sync
#endif
// default value was 350MB of GPU memory for other stuff (windows system rendering, e.t.c.)
unsigned m_dagLoadMode = 0; // parallel
unsigned m_dagCreateDevice = 0;
/// Benchmarking params
Expand Down

0 comments on commit d0e5823

Please sign in to comment.