Skip to content

Commit 8d4c37b

Browse files
committed
Intermediate changes
commit_hash:e560949dcbd91a6965f7c817b5abd0eaee251722
1 parent be3f129 commit 8d4c37b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yt/yt/library/oom/tcmalloc_memory_limit_handler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ class TTCMallocLimitHandler
182182
auto childPid = fork();
183183

184184
if (childPid == 0) {
185+
NFs::MakeDirectoryRecursive(Options_.HeapDumpDirectory);
185186
SetupMemoryProfileTimeout(Options_.Timeout.Seconds());
186187
CollectAndDumpMemoryProfile(profilePaths->HeapProfilePath, tcmalloc::ProfileType::kHeap);
187188
CollectAndDumpMemoryProfile(profilePaths->PeakProfilePath, tcmalloc::ProfileType::kPeakHeap);

0 commit comments

Comments
 (0)