Increased memory limit in test for intel compiler
For some reason, Intel19 seemingly requires now more memory for some data structures. As a result, the MemoryUsage test failed due to the too small upper limit. This MR increases this limit.
@thoennes : You explicitly disabled this test for Intel OneAPI (see cmake file). What was the reason? Did the same problem occur and this might now also be fixed?