提交 7790040e 编写于 作者: M Megvii Engine Team

fix(ci): fix integration_test bugs because of dataloader

GitOrigin-RevId: 63b14876cbfae63c5b3c8a66f9702605724b0975
上级 8d4bc094
...@@ -184,9 +184,11 @@ class DataLoader: ...@@ -184,9 +184,11 @@ class DataLoader:
logger.warning( logger.warning(
"Each worker need to read the shared meta-data, which will be increasing the reference count." "Each worker need to read the shared meta-data, which will be increasing the reference count."
"Copy-On-Write propety will lead to 'memory leak', the memory usage will end up being " "Copy-On-Write propety will lead to 'memory leak', the memory usage will end up being "
+ total_memory + str(total_memory)
+ " GB" + " GB, "
"However the current requested memory is " + current_memory + " GB" "However the current requested memory is "
+ str(current_memory)
+ " GB, "
"Maybe you can request more memory or uesd np-array to save meta-data rather than List or Tuple" "Maybe you can request more memory or uesd np-array to save meta-data rather than List or Tuple"
) )
......
...@@ -9,3 +9,4 @@ mprop ...@@ -9,3 +9,4 @@ mprop
wheel wheel
megfile>=0.0.10 megfile>=0.0.10
filelock filelock
psutil
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册