Should Elasticsearch 6 be deployed in the same server or virtual server as Magento 2Magento2: What are the differences between Elasticsearch and Solr?Magento 2 CE and ElasticSearch integration2.2.3 Elastic Search option missing in Admin consoleMagento 2 and ElasticSearch errors. Connection Failed. Test again?Configure Magento to use Elasticsearch for Magento ver. 2.2.4 Open SourceMagento 2.3 search results relevance with elasticsearch?Deprecation Notice - Elasticsearch - Magento 2.3.0Steps Install Elasticsearch 6.6 for Magento 2Elasticsearch 5.0+ not working magento 2.3Elasticsearch + Nginx + Proxy? - Magento 2.3.1
Natural Armour and Weapons
Mercedes C180 (W204) dash symbol
Why is the Eisenstein ideal paper so great?
Why isn't Tyrion mentioned in the in-universe book "A Song of Ice and Fire"?
Manager questioning my time estimates for a project
How can I make an argument that my time is valuable?
Why does Bran want to find Drogon?
Why did other houses not demand this?
Is it legal to have an abortion in another state or abroad?
What Armor Optimization applies to a Mithral full plate?
Why are GND pads often only connected by four traces?
Is my plasma cannon concept viable?
Is superuser the same as root?
Dad jokes are fun
I know that there is a preselected candidate for a position to be filled at my department. What should I do?
Find this cartoon
Public transport tickets in UK for two weeks
Why did Jon Snow do this immoral act if he is so honorable?
What is the meaning of "<&3" and "done < file11 3< file22"
Why didn't Thanos use the Time Stone to stop the Avengers' plan?
How to patch glass cuts in a bicycle tire?
Python program to take in two strings and print the larger string
Why was this character made Grand Maester?
Why haven't we yet tried accelerating a space station with people inside to a near light speed?
Should Elasticsearch 6 be deployed in the same server or virtual server as Magento 2
Magento2: What are the differences between Elasticsearch and Solr?Magento 2 CE and ElasticSearch integration2.2.3 Elastic Search option missing in Admin consoleMagento 2 and ElasticSearch errors. Connection Failed. Test again?Configure Magento to use Elasticsearch for Magento ver. 2.2.4 Open SourceMagento 2.3 search results relevance with elasticsearch?Deprecation Notice - Elasticsearch - Magento 2.3.0Steps Install Elasticsearch 6.6 for Magento 2Elasticsearch 5.0+ not working magento 2.3Elasticsearch + Nginx + Proxy? - Magento 2.3.1
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Elasticsearch 6 is the new default and recommended catalog search for Magento 2 and I learned that it should not be deployed in the same server (vm) as Magento 2. Is it acceptable to have elasticsearch in the same server as a Magento 2 store? and If it is acceptable what would be an acceptable memory allowance in a cloud instance with 8gb ram available for everything?
magento2.3 elasticsearch
add a comment |
Elasticsearch 6 is the new default and recommended catalog search for Magento 2 and I learned that it should not be deployed in the same server (vm) as Magento 2. Is it acceptable to have elasticsearch in the same server as a Magento 2 store? and If it is acceptable what would be an acceptable memory allowance in a cloud instance with 8gb ram available for everything?
magento2.3 elasticsearch
add a comment |
Elasticsearch 6 is the new default and recommended catalog search for Magento 2 and I learned that it should not be deployed in the same server (vm) as Magento 2. Is it acceptable to have elasticsearch in the same server as a Magento 2 store? and If it is acceptable what would be an acceptable memory allowance in a cloud instance with 8gb ram available for everything?
magento2.3 elasticsearch
Elasticsearch 6 is the new default and recommended catalog search for Magento 2 and I learned that it should not be deployed in the same server (vm) as Magento 2. Is it acceptable to have elasticsearch in the same server as a Magento 2 store? and If it is acceptable what would be an acceptable memory allowance in a cloud instance with 8gb ram available for everything?
magento2.3 elasticsearch
magento2.3 elasticsearch
edited May 17 at 19:41
Felipe Gusmao
asked May 17 at 19:16
Felipe GusmaoFelipe Gusmao
296
296
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Possible yes. Recommend no. Although in today's world of instances and cloud computing they could technically be on same server but within different VMs and cause no impact.
As for memory depends how busy your store is and how many automated processes are running. 8gb is a little low. I'd say between 10 and 12 gb.
Ok. My cloud instance has 8 gb total. My store has only 100 visitors a day. Do you think is ok to configure elasticsearch like this # Xms represents the initial size of total heap space # Xmx represents the maximum size of total heap space -Xms512m -Xmx512m
– Felipe Gusmao
May 17 at 19:43
So concurrent users would be 1 - 6? Still a little low. Magento is a bit of a memory hog.
– Dominic Xigen
May 17 at 19:45
About 6 concurrent users. I'm getting about 350 visitors a day.
– Felipe Gusmao
May 17 at 20:06
Yes I would say min 1 GB per concurrent user with additional 2 GB for search. That's assuming php memory_limit is around 512mb. You need a buffer for mysql memory requirements. As soon as memory is low your install will slow down as you will start to use the hard disk if swap space is configured. Things like mysqltuner help. One environment differs greatly to another so this is just a guide.
– Dominic Xigen
May 18 at 17:57
add a comment |
it can be anywhere, but if you have lots of products and traffic and big data storage, it is better to run it from separate server.
in your case you can limit its memory and control storage space, and run it on the same server.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f275080%2fshould-elasticsearch-6-be-deployed-in-the-same-server-or-virtual-server-as-magen%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Possible yes. Recommend no. Although in today's world of instances and cloud computing they could technically be on same server but within different VMs and cause no impact.
As for memory depends how busy your store is and how many automated processes are running. 8gb is a little low. I'd say between 10 and 12 gb.
Ok. My cloud instance has 8 gb total. My store has only 100 visitors a day. Do you think is ok to configure elasticsearch like this # Xms represents the initial size of total heap space # Xmx represents the maximum size of total heap space -Xms512m -Xmx512m
– Felipe Gusmao
May 17 at 19:43
So concurrent users would be 1 - 6? Still a little low. Magento is a bit of a memory hog.
– Dominic Xigen
May 17 at 19:45
About 6 concurrent users. I'm getting about 350 visitors a day.
– Felipe Gusmao
May 17 at 20:06
Yes I would say min 1 GB per concurrent user with additional 2 GB for search. That's assuming php memory_limit is around 512mb. You need a buffer for mysql memory requirements. As soon as memory is low your install will slow down as you will start to use the hard disk if swap space is configured. Things like mysqltuner help. One environment differs greatly to another so this is just a guide.
– Dominic Xigen
May 18 at 17:57
add a comment |
Possible yes. Recommend no. Although in today's world of instances and cloud computing they could technically be on same server but within different VMs and cause no impact.
As for memory depends how busy your store is and how many automated processes are running. 8gb is a little low. I'd say between 10 and 12 gb.
Ok. My cloud instance has 8 gb total. My store has only 100 visitors a day. Do you think is ok to configure elasticsearch like this # Xms represents the initial size of total heap space # Xmx represents the maximum size of total heap space -Xms512m -Xmx512m
– Felipe Gusmao
May 17 at 19:43
So concurrent users would be 1 - 6? Still a little low. Magento is a bit of a memory hog.
– Dominic Xigen
May 17 at 19:45
About 6 concurrent users. I'm getting about 350 visitors a day.
– Felipe Gusmao
May 17 at 20:06
Yes I would say min 1 GB per concurrent user with additional 2 GB for search. That's assuming php memory_limit is around 512mb. You need a buffer for mysql memory requirements. As soon as memory is low your install will slow down as you will start to use the hard disk if swap space is configured. Things like mysqltuner help. One environment differs greatly to another so this is just a guide.
– Dominic Xigen
May 18 at 17:57
add a comment |
Possible yes. Recommend no. Although in today's world of instances and cloud computing they could technically be on same server but within different VMs and cause no impact.
As for memory depends how busy your store is and how many automated processes are running. 8gb is a little low. I'd say between 10 and 12 gb.
Possible yes. Recommend no. Although in today's world of instances and cloud computing they could technically be on same server but within different VMs and cause no impact.
As for memory depends how busy your store is and how many automated processes are running. 8gb is a little low. I'd say between 10 and 12 gb.
answered May 17 at 19:23
Dominic XigenDominic Xigen
48610
48610
Ok. My cloud instance has 8 gb total. My store has only 100 visitors a day. Do you think is ok to configure elasticsearch like this # Xms represents the initial size of total heap space # Xmx represents the maximum size of total heap space -Xms512m -Xmx512m
– Felipe Gusmao
May 17 at 19:43
So concurrent users would be 1 - 6? Still a little low. Magento is a bit of a memory hog.
– Dominic Xigen
May 17 at 19:45
About 6 concurrent users. I'm getting about 350 visitors a day.
– Felipe Gusmao
May 17 at 20:06
Yes I would say min 1 GB per concurrent user with additional 2 GB for search. That's assuming php memory_limit is around 512mb. You need a buffer for mysql memory requirements. As soon as memory is low your install will slow down as you will start to use the hard disk if swap space is configured. Things like mysqltuner help. One environment differs greatly to another so this is just a guide.
– Dominic Xigen
May 18 at 17:57
add a comment |
Ok. My cloud instance has 8 gb total. My store has only 100 visitors a day. Do you think is ok to configure elasticsearch like this # Xms represents the initial size of total heap space # Xmx represents the maximum size of total heap space -Xms512m -Xmx512m
– Felipe Gusmao
May 17 at 19:43
So concurrent users would be 1 - 6? Still a little low. Magento is a bit of a memory hog.
– Dominic Xigen
May 17 at 19:45
About 6 concurrent users. I'm getting about 350 visitors a day.
– Felipe Gusmao
May 17 at 20:06
Yes I would say min 1 GB per concurrent user with additional 2 GB for search. That's assuming php memory_limit is around 512mb. You need a buffer for mysql memory requirements. As soon as memory is low your install will slow down as you will start to use the hard disk if swap space is configured. Things like mysqltuner help. One environment differs greatly to another so this is just a guide.
– Dominic Xigen
May 18 at 17:57
Ok. My cloud instance has 8 gb total. My store has only 100 visitors a day. Do you think is ok to configure elasticsearch like this # Xms represents the initial size of total heap space # Xmx represents the maximum size of total heap space -Xms512m -Xmx512m
– Felipe Gusmao
May 17 at 19:43
Ok. My cloud instance has 8 gb total. My store has only 100 visitors a day. Do you think is ok to configure elasticsearch like this # Xms represents the initial size of total heap space # Xmx represents the maximum size of total heap space -Xms512m -Xmx512m
– Felipe Gusmao
May 17 at 19:43
So concurrent users would be 1 - 6? Still a little low. Magento is a bit of a memory hog.
– Dominic Xigen
May 17 at 19:45
So concurrent users would be 1 - 6? Still a little low. Magento is a bit of a memory hog.
– Dominic Xigen
May 17 at 19:45
About 6 concurrent users. I'm getting about 350 visitors a day.
– Felipe Gusmao
May 17 at 20:06
About 6 concurrent users. I'm getting about 350 visitors a day.
– Felipe Gusmao
May 17 at 20:06
Yes I would say min 1 GB per concurrent user with additional 2 GB for search. That's assuming php memory_limit is around 512mb. You need a buffer for mysql memory requirements. As soon as memory is low your install will slow down as you will start to use the hard disk if swap space is configured. Things like mysqltuner help. One environment differs greatly to another so this is just a guide.
– Dominic Xigen
May 18 at 17:57
Yes I would say min 1 GB per concurrent user with additional 2 GB for search. That's assuming php memory_limit is around 512mb. You need a buffer for mysql memory requirements. As soon as memory is low your install will slow down as you will start to use the hard disk if swap space is configured. Things like mysqltuner help. One environment differs greatly to another so this is just a guide.
– Dominic Xigen
May 18 at 17:57
add a comment |
it can be anywhere, but if you have lots of products and traffic and big data storage, it is better to run it from separate server.
in your case you can limit its memory and control storage space, and run it on the same server.
add a comment |
it can be anywhere, but if you have lots of products and traffic and big data storage, it is better to run it from separate server.
in your case you can limit its memory and control storage space, and run it on the same server.
add a comment |
it can be anywhere, but if you have lots of products and traffic and big data storage, it is better to run it from separate server.
in your case you can limit its memory and control storage space, and run it on the same server.
it can be anywhere, but if you have lots of products and traffic and big data storage, it is better to run it from separate server.
in your case you can limit its memory and control storage space, and run it on the same server.
answered May 18 at 9:01
MagenXMagenX
2,1421025
2,1421025
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f275080%2fshould-elasticsearch-6-be-deployed-in-the-same-server-or-virtual-server-as-magen%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown