Skip to content

Commit

Permalink
update server ports
Browse files Browse the repository at this point in the history
Signed-off-by: Sidhant Kohli <[email protected]>
  • Loading branch information
kohlisid committed Dec 21, 2023
1 parent 1bfba31 commit 26145ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pynumaflow/mapper/multiproc_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ def start(self) -> None:
)
# Add the PORTS metadata using the available ports
serv_info.metadata["SERV_PORTS"] = ports
# Overwrite the CPU_LIMIT metadata using user input
serv_info.metadata["CPU_LIMIT"] = str(self._process_count)
info_server_write(server_info=serv_info, info_file=SERVER_INFO_FILE_PATH)

for worker in workers:
Expand Down

0 comments on commit 26145ce

Please sign in to comment.