You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Manfred Baedke (Jira)" <ji...@apache.org> on 2023/06/09 11:08:00 UTC

[jira] [Created] (OAK-10291) oak-segment-remote: PersistentRedisCacheTest may fail on Windows due to insufficient pagefile size.

Manfred Baedke created OAK-10291:
------------------------------------

             Summary: oak-segment-remote: PersistentRedisCacheTest may fail on Windows due to insufficient pagefile size.
                 Key: OAK-10291
                 URL: https://issues.apache.org/jira/browse/OAK-10291
             Project: Jackrabbit Oak
          Issue Type: Test
          Components: segment-tar
            Reporter: Manfred Baedke


The PersistentRedisCacheTest tries to start a Redis server from the commandline without specific options. The server will then try to allocate 3G shared memory from Windows, which may apparently fail even if the pagefile is just too fragmented (that happened to me, after a Windows reboot it worked again).

I suggest using the commandline optionĀ "maxmemory 768mb" to avoid this. 768mb seem to be sufficient to run the test.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)