austinzh commented on PR #37395:
URL: https://github.com/apache/arrow/pull/37395#issuecomment-1697713964

   > @austinzh Could you try this?
    OMP_NUM_THREADS=1 python
   ```python
   >>> os.getpid()
   676616
   >>> import pyarrow as pa
   >>> import pyarrow.fs as fs
   ```
   ```bash
   ps -T -p 676616
       PID    SPID TTY          TIME CMD
    676616  676616 pts/309  00:00:00 python
    676616  698827 pts/309  00:00:00 jemalloc_bg_thd
    676616  700384 pts/309  00:00:00 AwsEventLoop 1
   ```
   It work!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to