[x2t] Add MEMORY_LIMIT environment variable

This commit is contained in:
Sergey Konovalov
2021-09-21 12:05:06 +03:00
committed by Sergey Konovalov
parent 8a29a3e9e4
commit 6148c337d9
8 changed files with 17 additions and 8 deletions

View File

@ -8,6 +8,3 @@ SOURCES += main.cpp
win32 {
DEFINES += _RWSTD_NO_SETRLIMIT=1
}
HEADERS += \
../proclimits.h

View File

@ -1,7 +1,7 @@
#include <iostream>
#include <cstdlib>
#include "../proclimits.h"
#include "../../../../DesktopEditor/common/proclimits.h"
using namespace std;