Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 65d82cd

Browse files
author
Alexey Masterov
committed
Revert "Increase /dev/shm size on Linux systems to work around the problem PGPRO-5608"
This reverts commit a91c072.
1 parent de10005 commit 65d82cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_install/test_multimaster_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def test_multimaster_install(self, request):
526526
return
527527
# Resize /dev/shm under Linux
528528
if self.system == 'Linux':
529-
os.system('mount -t tmpfs -o remount,size=2500M tmpfs /dev/shm')
529+
os.system('mount -t tmpfs -o remount,size=1500M tmpfs /dev/shm')
530530

531531
# Step 1
532532
pginst = PgInstall(product=name, edition=edition,

0 commit comments

Comments
 (0)