Mark Shust

Results 289 comments of Mark Shust

thank you very much, that gives me something to go on. i don't think there is any reason to not enable it, correct?

@raix 3.1.0 doesn't work for me, keep getting "No clients have registred on the server yet...". Looks like the client is not getting a token as the `_raix_push_app_tokens` table is...

@Gavin-Clear thank you! Is there an issue on Linux when setting env vars with a value containing a dash?

@Gavin-Clear I believe the suggested fix of: ```"OPENSEARCH_JAVA_OPTS=-Xms1g -Xmx1g"``` ...is not a solution. This would set a variable literally named "OPENSEARCH_JAVA_OPTS=-Xms1g -Xmx1g" to an empty value, which isn't correct. The...

Thanks @Gavin-Clear -- I'm wondering if you could set this as an environment variable right in the `compose.yaml` file. Can you let me know if this works... removing that line...

Per https://www.elastic.co/guide/en/elasticsearch/reference/7.17/advanced-configuration.html we can try to completely remove the `_JAVA_OPTS` line for both Elasticsearch and OpenSearch, as they are saying this is typically not needed. I think I can comment...

Per https://github.com/markshust/docker-magento/issues/357#issuecomment-774723325 it looks like 1GB was the standard memory heap size from ES 7.7 onwards, so I believe it to be safe to remove this line. I'm moving this...

@gairola0 you have other errors you need to resolve first:

I placed a comment to this ticket at https://github.com/markshust/docker-magento/discussions/372, so going to close this one out 👍

2.4.3 is official end-of-life tomorrow (aka DEAD) so I won't be supporting it anymore, and will be proactively closing out this ticket as wontfix. I just installed 2.4.5-p1 and the...