Many "WARNING: not enough space for reason ..."
Created by: jonbakerfish
During trianing, I got a lot of warning like this:
2020-05-09 22:41:56,394-WARNING: not enough space for reason[failed to malloc 1466 pages at pos[2933] for reason[not found enough pages[avail:0, expect:1466] with total free pages[4344]] and allocator status[PageAllocator:{page_info[magic:1234321506,total:49152,used:44808,header:1,alloc_pos:4086,pagesize:65536]}]]
2020-05-09 22:41:56,718-WARNING: not enough space for reason[failed to malloc 2423 pages at pos[12116] for reason[not found enough pages[avail:0, expect:2423] with total free pages[3595]] and allocator status[PageAllocator:{page_info[magic:1234321506,total:49152,used:45557,header:1,alloc_pos:12247,pagesize:65536]}]]
2020-05-09 22:41:56,957-WARNING: not enough space for reason[failed to malloc 1466 pages at pos[36338] for reason[not found enough pages[avail:0, expect:1466] with total free pages[2944]] and allocator status[PageAllocator:{page_info[magic:1234321506,total:49152,used:46208,header:1,alloc_pos:37088,pagesize:65536]}]]
2020-05-09 22:41:57,563-WARNING: not enough space for reason[failed to malloc 1264 pages at pos[32673] for reason[not found enough pages[avail:0, expect:1264] with total free pages[1987]] and allocator status[PageAllocator:{page_info[magic:1234321506,total:49152,used:47165,header:1,alloc_pos:32972,pagesize:65536]}]]
2020-05-09 22:41:57,755-WARNING: not enough space for reason[failed to malloc 1683 pages at pos[31978] for reason[not found enough pages[avail:0, expect:1683] with total free pages[1987]] and allocator status[PageAllocator:{page_info[magic:1234321506,total:49152,used:47165,header:1,alloc_pos:32972,pagesize:65536]}]]
2020-05-09 22:41:57,801-WARNING: not enough space for reason[failed to malloc 1264 pages at pos[32673] for reason[not found enough pages[avail:0, expect:1264] with total free pages[1987]] and allocator status[PageAllocator:{page_info[magic:1234321506,total:49152,used:47165,header:1,alloc_pos:32972,pagesize:65536]}]]
2020-05-09 22:41:57,991-INFO: iter: 800, lr: 0.000020, 'loss_xy': '2.502172', 'loss_wh': '0.126234', 'loss_obj': '0.670188', 'loss_cls': '1.267304', 'loss_iou': '0.699824', 'loss': '5.249332', time: 1.265, eta: 2 days, 14:58:50
The number of workers for dataloader is set to 10 in my case. Will this affect the training results?