The following minimum hardware requirements and recommendations apply to all computers running Tableau Server , including physical hardware and virtual machines (VMs):
In addition, Tableau Server should not be installed on a physical computer or on a VM instance that is also running resource-intensive applications such as databases or application servers, or on a VM instance that is using shared resources.
Note: If you install Tableau Server on a computer that meets the minimum requirements but does not have at least 8 cores and 16 GB of system memory, the default number of all processes installed is reduced to one of each process by design. For more information about processes, see Server Process Limits
We strongly recommend any Proof of Concept (PoC) testing or prototyping be done using Tableau Cloud. This guarantees you will be running on systems with adequate resources.
The computer on which you are installing or upgrading Tableau Server must meet the minimum hardware installation requirements. If the Setup program determines that your computer does not meet the following requirements, you will not be able to install Tableau Server. Meeting these requirements does not guarantee you a good experience testing Tableau Server
For more information on how the Setup program determines hardware, see Determining Computer Hardware.
Minimum Hardware Requirements
These minimum requirements are for installing Tableau Server. They do not guarantee successful testing or use. For production minimum recommendations, see Minimum production hardware recommendations.
Free Disk Space
4 cores (8 vCPUs)
Version 2022.3 and later:
Version 2022.1 and earlier:
For production use, the computers on which you install or upgrade Tableau Server should, in most cases, meet or exceed the minimum hardware recommendations. These recommendations are general. Actual system needs for Tableau Server installations can vary based on many factors, including number of users and the number and size of extracts, as well as the features you have licensed. If the Setup program determines that your computer does not meet the following recommendations, you will get a warning, but you can continue with the installation process. For more information, see the Hardware recommendations for production installations.
Install Type
Free Disk Space
8 cores (16 vCPUs), 2.0 GHz or higher
Version 2022.3 and later:
Version 2021.4.0 to version 2022.1.x:
Version 2021.3.x and earlier:
Multi-node and enterprise deployments
Contact Tableau for technical guidance.
Nodes must meet or exceed the minimum hardware recommendations, except:
Important: The disk space requirement cannot be checked until you initialize TSM.
To see the full list of recommendations and to see the minimum requirements, see Minimum Hardware Requirements and Recommendations for Tableau Server. For hardware specifications Tableau uses internally for testing scalability, see Hardware recommendations for production installations.
For hardware recommendations for Tableau Server in the cloud, see the following:
To determine how many physical cores a computer has, the Tableau Server setup program queries the operating system. To view hardware information that the setup program detected on your computer, open the app-install.log file in the following folder on the computer where you are installing Tableau Server:
\ProgramData\Tableau\Tableau Server\logs\app-install.log
In the app-install.log file, look for lines similar to the following. These lines provide information about the physical cores that the setup program detected and that it used to determine the core count that is being used for licensing, as well as the amount of system memory that was detected.
2020-11-24 17:40:43.842 +0000 main : DEBUG com.tableausoftware.tabadmin.configuration.builder.BootstrapConfigurationBuilder - System processor count = 8
2020-11-24 17:40:43.842 +0000 main : DEBUG com.tableausoftware.tabadmin.configuration.builder.BootstrapConfigurationBuilder - System memory = 64383MB
To determine manually how many physical cores your server has, you can use the Windows Management Instrumentation Command-line tool (WMIC). This is useful if you do not know whether your computer will meet the minimum hardware requirements for installing Tableau Server.
WMIC CPU Get DeviceID,NumberOfCores
The output will display the device ID or IDs and the number of physical cores the computer has. In this example, there are two CPUs, each with six cores, for a total of twelve physical cores. This computer would satisfy the minimum hardware requirements for installing Tableau Server. The following command shows a longer version that lists the logical processors as well as the physical cores.
WMIC CPU Get DeviceID,NumberOfCores,NumberOfLogicalProcessors,SocketDesignation
In the above example, the server has a total of twelve physical cores, resulting in 24 logical cores.