Skip to content

Commit b46d2f0

Browse files
committed
Try increase Sybase heap memory to avoid transient errors
1 parent fd344ff commit b46d2f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker_db.sh

+2
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,8 @@ create login $SYBASE_USER with password $SYBASE_PASSWORD
442442
go
443443
exec sp_configure 'enable xml', 1
444444
go
445+
exec sp_configure 'heap memory per user', 0, '16K'
446+
go
445447
exec sp_dboption $SYBASE_DB, 'abort tran on log full', true
446448
go
447449
exec sp_dboption $SYBASE_DB, 'allow nulls by default', true

0 commit comments

Comments
 (0)