applied memory cap capability from netlib
This commit is contained in:
parent
d68902f540
commit
c0e798996b
2 changed files with 2 additions and 2 deletions
2
main.cpp
2
main.cpp
|
@ -183,7 +183,7 @@ char *search_substring(char *start_data, const char *substring, size_t size)
|
|||
|
||||
int main()
|
||||
{
|
||||
netlib::server_raw server(false, 0);
|
||||
netlib::server_raw server(150000000);
|
||||
server.open_server("0.0.0.0", 8080);
|
||||
|
||||
while (true)
|
||||
|
|
2
netlib
2
netlib
|
@ -1 +1 @@
|
|||
Subproject commit 57b7a51ebbec052c421ecbab66884319faaad26f
|
||||
Subproject commit 992d224bc0b0d51bca487581e123bbf9dc5e5939
|
Loading…
Add table
Add a link
Reference in a new issue