To assist with the Tableau Application Server Java virtual machine heap space out of memory for both Tableau Server 2018.2 and later on Windows and Linux, perform the following:
1. Default settings for vizportal.vmopts may differ from version to version. The highlighted portion in the given example is the parameter that needs to be increased to add additional memory to the heap space. To see the current value, use the command below to see the current parameters for vizportal.vmopts and modify the -Xmx####m parameter as needed where ### is the number of Megabytes allocated.
tsm configuration get -k vizportal.vmopts
2. Increase the application server Java Virtual machine heap space. The default heap space setting is 1024 MB, doubling it to 2048 MB should suffice.
tsm configuration set -k vizportal.vmopts -v "-XX:+UseConcMarkSweepGC -Xmx2048m -Xms256m -XX:+CrashOnOutOfMemoryError -XX:-CreateMinidumpOnCrash" tsm pending-changes apply
Heap size may be adjusted for multiple processes in a similar fashion by replacing the name of the process in the above steps (backgrounder, vizqlserver, vizportal, dataserver, etc..).
You can then run the get command to confirm the change:
tsm configuration get -k <process>.vmopts
001472990

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.