# Systemvoraussetzungen

Bevor du Shopware 6 installierst, solltest du überprüfen ob dein Server die benötigten Systemanforderungen erfüllt. In diesem Artikel zeigen wir dir welche Voraussetzungen dein Server haben sollte.

## Shopware 6.5

* **PHP**: 8.1 oder höher
* **memory\_limit**: 512M oder höher
* **max\_execution\_time**: 60 Sekunden oder höher
* **Browser** ([see](https://getbootstrap.com/docs/5.0/getting-started/browsers-devices/)):
  * Chrome >= 60
  * Firefox >= 60
  * iOS >= 12
  * Safari >= 12
  * not Explorer <= 11

## Shopware 6.4

* **PHP**: 7.4.3 oder höher
* **memory\_limit**: 512M oder höher
* **max\_execution\_time**: 60 Sekunden oder höher

## Shopware 6.3 oder darunter

* **PHP**: 7.2 oder höher (7.2.20 und 7.3.7 sind nicht kompatibel)
* **memory\_limit**: 512M oder höher
* **max\_execution\_time**: 60 Sekunden oder höher

{% hint style="info" %}
**Hinweis**: Für Themes in Shopware ist insbesondere der Wert **memory\_limit** relevant. Achte darauf, dass dieser hoch genug ist und wende dich ggf. an deinen Hoster.
{% endhint %}

{% hint style="success" %}
**Tipp**: Beim Speichern von Themes wird die gesamte Storfront neu kompiliert. Dieser Prozess ist besonders RAM und CPU abhängig. Teile PHP entsprechende Ressourcen zu.
{% endhint %}

#### Weiterführende Informationen

{% embed url="<https://docs.shopware.com/de/shopware-6-de/erste-schritte/systemvoraussetzungen>" %}
Shopware Dokumentation: Systemvoraussetzungen
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.themeware.design/wissensdatenbank/shopware/erste-schritte/systemvoraussetzungen-fuer-shopware-6.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
