VirtualBox

Changeset 103690 in vbox


Ignore:
Timestamp:
Mar 5, 2024 7:11:49 PM (13 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162057
Message:

/Config.kmk: limiting signing to 256Mb to avoid allocating heap issue while multi-threading execution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r103679 r103690  
    42074207 # @param  $3  The directory to put the signed file in. Defaults to $(dir $2).
    42084208 # @param  $4  Additional options.
    4209  VBOX_CCS_SIGN_CMD    = $(VBOX_RETRY) $(VBOX_JAVA) -jar "$(VBOX_CCS_CLIENT_JAR)" \
     4209 VBOX_CCS_SIGN_CMD    = $(VBOX_RETRY) $(VBOX_JAVA) -Xmx256m -jar "$(VBOX_CCS_CLIENT_JAR)" \
    42104210        sign -user "$(VBOX_CCS_USER)" -global_uid "$(VBOX_CCS_GLOBAL_UID)" \
    42114211        -job_timeout 90 -server_timeout 75 -server "$(VBOX_CCS_SERVER)" \
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette