Skip to content

Commit

Permalink
Remove testing time forced warm start
Browse files Browse the repository at this point in the history
  • Loading branch information
harold-b committed Nov 5, 2022
1 parent 5ee2b81 commit 7b5cb4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/plotdisk/DiskPlotter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,7 @@ DiskPlotter::DiskPlotter( const Config& cfg )
_cx.ioQueue = new DiskBufferQueue( _cx.tmpPath, _cx.tmpPath2, gCfg.outputFolder, _cx.heapBuffer, _cx.heapSize, _cx.ioThreadCount, ioThreadId );
_cx.fencePool = new FencePool( 8 );

// if( cfg.globalCfg->warmStart )
// #TODO: IMPORTANT: Remove this after testing
Log::Line( "WARNING: Forcing warm start for testing." );
if( cfg.globalCfg->warmStart )
{
Log::Line( "Warm start: Pre-faulting memory pages..." );

Expand Down

0 comments on commit 7b5cb4a

Please sign in to comment.