mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
[x2t] Add MEMORY_LIMIT environment variable
This commit is contained in:
committed by
Sergey Konovalov
parent
8a29a3e9e4
commit
6148c337d9
@ -8,6 +8,3 @@ SOURCES += main.cpp
|
||||
win32 {
|
||||
DEFINES += _RWSTD_NO_SETRLIMIT=1
|
||||
}
|
||||
|
||||
HEADERS += \
|
||||
../proclimits.h
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "../proclimits.h"
|
||||
#include "../../../../DesktopEditor/common/proclimits.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user