diff --git a/resources/platformsh/ibexa-commerce/4.6/.platform.app.yaml b/resources/platformsh/ibexa-commerce/4.6/.platform.app.yaml
index 16653f6..d489bd4 100644
--- a/resources/platformsh/ibexa-commerce/4.6/.platform.app.yaml
+++ b/resources/platformsh/ibexa-commerce/4.6/.platform.app.yaml
@@ -43,7 +43,10 @@ relationships:
variables:
php:
# Example of setting php.ini config
- #"display_errors": "On"
+ # Display of errors should be disabled in production.
+ display_errors: Off
+ display_startup_errors: Off
+
memory_limit: 512M
# The default OPcache configuration is not suited for Symfony applications
opcache.memory_consumption: 256
diff --git a/resources/platformsh/ibexa-commerce/4.6/.platform/configsets/solr8/conf/schema.xml b/resources/platformsh/ibexa-commerce/4.6/.platform/configsets/solr8/conf/schema.xml
index dd03a08..a3fa3bd 100644
--- a/resources/platformsh/ibexa-commerce/4.6/.platform/configsets/solr8/conf/schema.xml
+++ b/resources/platformsh/ibexa-commerce/4.6/.platform/configsets/solr8/conf/schema.xml
@@ -86,6 +86,7 @@ should not remove or drastically change the existing definitions.
+
@@ -138,6 +139,11 @@ should not remove or drastically change the existing definitions.
-->
+
+
+
diff --git a/resources/platformsh/ibexa-experience/4.6/.platform.app.yaml b/resources/platformsh/ibexa-experience/4.6/.platform.app.yaml
index a4f2e55..cb18aee 100644
--- a/resources/platformsh/ibexa-experience/4.6/.platform.app.yaml
+++ b/resources/platformsh/ibexa-experience/4.6/.platform.app.yaml
@@ -43,7 +43,10 @@ relationships:
variables:
php:
# Example of setting php.ini config
- #"display_errors": "On"
+ # Display of errors should be disabled in production.
+ display_errors: Off
+ display_startup_errors: Off
+
memory_limit: 512M
# The default OPcache configuration is not suited for Symfony applications
opcache.memory_consumption: 256
diff --git a/resources/platformsh/ibexa-headless/4.6/.platform.app.yaml b/resources/platformsh/ibexa-headless/4.6/.platform.app.yaml
index a4f2e55..cb18aee 100644
--- a/resources/platformsh/ibexa-headless/4.6/.platform.app.yaml
+++ b/resources/platformsh/ibexa-headless/4.6/.platform.app.yaml
@@ -43,7 +43,10 @@ relationships:
variables:
php:
# Example of setting php.ini config
- #"display_errors": "On"
+ # Display of errors should be disabled in production.
+ display_errors: Off
+ display_startup_errors: Off
+
memory_limit: 512M
# The default OPcache configuration is not suited for Symfony applications
opcache.memory_consumption: 256
diff --git a/resources/platformsh/ibexa-oss/4.6/.platform.app.yaml b/resources/platformsh/ibexa-oss/4.6/.platform.app.yaml
index 55bf5eb..e78501a 100644
--- a/resources/platformsh/ibexa-oss/4.6/.platform.app.yaml
+++ b/resources/platformsh/ibexa-oss/4.6/.platform.app.yaml
@@ -43,7 +43,10 @@ relationships:
variables:
php:
# Example of setting php.ini config
- #"display_errors": "On"
+ # Display of errors should be disabled in production.
+ display_errors: Off
+ display_startup_errors: Off
+
memory_limit: 512M
# The default OPcache configuration is not suited for Symfony applications
opcache.memory_consumption: 256